@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Space+Grotesk:wght@500&display=swap');


.bodycw {
    font-family: 'Poppins', sans-serif;
    color: white;
    margin: 0;
  }
  
  .cwheader{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 1;
    background-color: #000000;
    text-align: center;
  }
  
  .cwheader h1{
    font-size: 42px;
    margin-top: 10px;
  }
  
  
  .dp2{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 40px;
  }
  
  
  .split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    padding-top: 20px;
    overflow-y: scroll; /* Enable vertical scroll */
    margin-top: 200px;
  }
  
  .left {
    background-color: #111;
    overflow-y: scroll;
    font-size: 25px;
  }
  
  .left p{
    margin: 150px;
    margin-top: 50px;
  }
  
  .left .a1h{
    background-color: #ffa31a;
  }
  
  .a1h{
    background-color: #020202;
    width: 150px;
    margin: auto;
    border-radius: 10px;
    padding: 10px;
    margin-top: 50px;
  }
  
  .right {
    right: 0;
    background-color: #ffa31a;
    overflow-y: scroll;
    font-size: 25px;
  }
  
  .right p{
    margin:150px;
    margin-top: 50px;
    color: #020202;
  }
  
  .centered {
    top: 50%;
    text-align: center;
  }
  
  .centered img {
    width: 150px;
    border-radius: 10%;
  }
  
  /* Adjust scroll style */
  .split::-webkit-scrollbar {
    width: 8px;
  }
  
  .split::-webkit-scrollbar-thumb {
    background-color: rgba(243, 243, 243, 0.329);
  }
    